home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / yarn_077.zip / PGPD.BAT < prev    next >
DOS Batch File  |  1994-10-05  |  74b  |  7 lines

  1. @echo off
  2. del %1.txt >nul
  3. pgp %1 -o %1.txt
  4. pause
  5. more <%1.txt
  6. pause
  7.